panelCloseInfo

Class: com.microstrategy.web.app.taglibs.Panel_CloseInfoTag

Usage:

This custom tag is to be used for entering properties related to a Panel when it is opened and there's the option of having it closed.
In the following example, images/1arrow_left.gif represents the image to be displayed when the panel is opened, and Hide Left Toolbar is the tooltip to show when the mouse passes over this section. This is the information displayed when the user can close the panel included on the web page:
 <web:panelCloseInfo img="images/1arrow_left.gif" runat="server" >
   Hide Left Toolbar
 </web:panelCloseInfo>
 


Name Required? Description
align false Indicates the alignment that the image to be shown will have.
Usage:
height false Indicates the height that the image to be shown will have.
img false Indicates the image to be displayed when the panel shows the option of having it closed.
Usage:
The value to indicate should be a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
imgClass false Indicates the css class to use for the image to be shown.
runat true Indicates that the ASP.Net control should be processed on the server
width false Indicates the width that the image to be shown will have.